home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb-4.5 / dist / mmalloc / ChangeLog < prev    next >
Encoding:
Text File  |  1992-04-09  |  1.5 KB  |  50 lines

  1. Wed Apr  8 09:34:53 1992  Fred Fish  (fnf@cygnus.com)
  2.  
  3.     * mmalloc.c:  Minor fix to comment.
  4.     * mmalloc.texi:  Update to match actual implementation
  5.     * mmalloc.h (morecore):  Change prototype's 2nd arg to int.
  6.  
  7. Tue Apr  7 22:16:09 1992  Fred Fish  (fnf@cygnus.com)
  8.  
  9.     * mmalloc.h (size_t, CHAR_BIT):  Only redefine if not already
  10.     defined.
  11.  
  12. Mon Apr  6 20:49:33 1992  Fred Fish  (fnf@cygnus.com)
  13.  
  14.     * mmalloc.h:  Remove include of <stdlib.h>.  This also gets rid
  15.     of the ugly kludge installed on 1-Apr-92.
  16.  
  17. Mon Apr  6 16:33:37 1992  Stu Grossman  (grossman at cygnus.com)
  18.  
  19.     * detach.c (mmalloc_detach):  Arg should be PTR, not void *.
  20.     Fixes complaints from non __STDC__ systems.
  21.  
  22. Wed Apr  1 11:47:02 1992  Fred Fish  (fnf@cygnus.com)
  23.  
  24.     * mcalloc.c, mfree.c, mmalloc.c, mrealloc.c:  Minor comment
  25.     change.
  26.     * mmalloc.h:  Add ugly kludge to band-aid over problems with
  27.     bogus vendor <stdlib.h> files.
  28.  
  29. Sun Mar 29 12:41:31 1992  John Gilmore  (gnu at cygnus.com)
  30.  
  31.     * attach.c, mmalloc.c, mmcheck.c:  Lint.
  32.  
  33. Thu Mar 26 17:06:04 1992  Fred Fish  (fnf@cygnus.com)
  34.  
  35.     * attach.c (reuse):  Explicitly discard return value of mmcheck.
  36.     * mmcheck.c (mmcheck):  Document requirements for installing
  37.     corruption checking hooks and set up to enforce restrictions.
  38.  
  39. Tue Mar 24 23:41:10 1992  K. Richard Pixley  (rich@cygnus.com)
  40.  
  41.     * config/mh-irix4: new file.
  42.  
  43.     * Makefile.in: added standard targets, fixed install directories.
  44.  
  45. Sat Mar 14 17:34:59 1992  Fred Fish  (fnf@cygnus.com)
  46.  
  47.     * Initial release, incorporated into gdb.
  48.  
  49.  
  50.